<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*å­—ä½“è¾¹æ¡†ç­‰åˆå§‹åŒ–*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a{
	font: 10px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';
	padding: 0;
	margin: 0;
	color: #2b2b2b;
}
/*html{font-size:625%}*/
/*@media screen and (min-width: 1201px) {
	html{font: 12px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
}*/
@media screen and (min-width: 1300px) {
	html{font: 12px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
}
@media screen and (min-width: 1400px) {
	html{font: 13px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
}
@media screen and (min-width: 1500px) {
	html{font: 13.5px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
}
@media screen and (min-width: 1600px) {
	html{font: 14px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
}

/*@media screen and (min-width: 321px) and (max-width: 375px) {
	html{font: 11px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
}*/


table {
 border-collapse: collapse;
 border-spacing: 0;
 }
fieldset,img {
 border: 0;
 }

address,caption,cite,code,dfn,th,var {
 font-weight: normal;
 font-style: normal;
 }
ol,ul {
 list-style: none;
 }
caption,th {
 text-align: left;
 }
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%;
 }
q:before,q:after {
 content:'';
 }
abbr,acronym { 
  border: 0;
 }


a {
text-decoration:none;
}
a{
	text-decoration: none;
}

img{
	max-width: 100%;
	max-height: 100%;
    vertical-align: middle;
}
/*a:hover{
  background-color: red;
  color: white;
}*/

@font-face {
  font-family: 'iconfont';  /* project id 531884 */
  src: url('//at.alicdn.com/t/font_531884_dnridzl2ls2oi529.eot');
  src: url('//at.alicdn.com/t/font_531884_dnridzl2ls2oi529.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_531884_dnridzl2ls2oi529.woff') format('woff'),
  url('//at.alicdn.com/t/font_531884_dnridzl2ls2oi529.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_531884_dnridzl2ls2oi529.svg#iconfont') format('svg');
}

.icon{
	font-family: 'iconfont';
}
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/ 
    margin-top: 15px;
} 
.clear{
	clear: both;
}

.overflow{
  overflow: hidden;
}
/*æ¸…é™¤æµ®åŠ¨*/

::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
} 

body{
  background-color: #FFFFFF;
  overflow-x : hidden;
}

.content{
	margin: 0 auto;
	width: 1000px;
}

.box-border-box{
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}

.t-ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.vm{
	vertical-align: middle;
}
 
 .pr{
 	position: relative;
 }
 
.fl{
	float: left;
}

.fr{
	float: right;
}

.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.lh100{
	line-height: 100%;
}

.lh40p{
	line-height: 40px;
}

.db{
	display: block;
}

.fwb{
	font-weight: bold;
}

.E31436{
	color: #E31436;
}

.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}


.box-sizing{
	-moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; /*W3Cæ&nbsp;‡å‡†(IE9+ï¼ŒSafari5.1+,Chrome10.0+,Opera10.6+éƒ½ç¬¦åˆbox-sizingçš„w3cæ&nbsp;‡å‡†è¯­æ³•)*/
}

.margin-auto{
	margin: 0 auto;
}

.w10{
	width: 10%;	
}

.w15{
	width: 15%;	
}

.w20{
	width: 20%;
}

.w25{
	width: 25%;	
}

.w30{
	width: 30%;
}

.w33{
	width: 33.33333%;
}

.w35{
	width: 35%;
}

.w40{
	width: 40%;	
}

.w45{
	width: 45%;
}

.w50{
	width: 50%;	
}

.w55{
	width: 55%;
}

.w60{
	width: 60%;
}

.w65{
	width: 65%;
}

.w70{
	width: 70%;
}

.w75{
	width: 75%;	
}

.w875{
	width: 87.5%;
}

.w90{
	width: 90%;
}

.w96{
	width: 96%;
}

.w100{
	width: 100%;
}

.img-c{
	text-align: center;
}

.pr{
	position: relative;
}

.pa{
	position: absolute;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     padding-right: 0; 
     padding-left: 0; 
}</pre></body></html>